home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / clib / extras / boopsi_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  501 b   |  25 lines

  1. #ifndef CLIB_EXTRAS_BOOPSI_PROTOS_H
  2. #define CLIB_EXTRAS_BOOPSI_PROTOS_H
  3.  
  4. #ifndef INTUITION_CLASSUSR_H
  5. #include <intuition/classusr.h>
  6. #endif
  7.  
  8. #ifndef  INTUITION_CGHOOKS_H
  9. #include <intuition/cghooks.h>
  10. #endif
  11.  
  12. #ifndef INTUITION_CLASSES_H
  13. #include <intuition/classes.h>
  14. #endif
  15.  
  16. #ifndef EXEC_TYPES_H
  17. #include <exec/types.h>
  18. #endif
  19.  
  20. struct GadgetInfo *boopsi_GetGInfo(Msg Message);
  21.  
  22. #define GetGInfo boopsi_GetGInfo // alias, some of my old code uses GetGInfo()
  23.  
  24. #endif /* CLIB_EXTRAS_BOOPSI_PROTOS_H */
  25.